home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / allcc205.arc / NCOM3.DAT < prev    next >
Text File  |  1989-03-22  |  12KB  |  358 lines

  1. EXAMPLE OF HOW TO LOAD 3COM NETWORK HIGH
  2. ========================================
  3.  
  4. NOTE: MINSES pre: 1/27/86 and NB (NetBios) pre: 8/12/87 will not
  5.       work. If you have these you must update these.
  6.  
  7. Please remember that every system configuration is different and 
  8. so the example is here only as a guide. Don't follow it blindly !
  9. Nothing beats reading the manual, then the General Network
  10. Installation file and read.me file on disk.
  11.  
  12. Appllication Notes for use of ALL Chargecard on a PS/2 Model
  13. 30-286, 50, 50Z or 60 running 3COM+ or 3+Open DOS Workstation 
  14. software.
  15.  
  16. Configuration 1 -    3+ DOS workstation OR
  17.                             (see also config.w3p and autoexec.w3p)
  18.                      3+Open DOS workstation - XNS protocols
  19.                             (see also config.w3o and autoexec.w3o)
  20.                      Full NetBIOS or partial (not shown)
  21.                      Windows/286 (No EMS, no Smartdrive)
  22.                      VGA
  23.                      1MB of Motherboard Memory
  24.                      3COM Etherlink/MC network adapter.
  25.  
  26. Configuration 2 -    3+ DOS workstation OR
  27.                             (see also config.3p and autoexec.3p)
  28.                      3+Open DOS workstation - XNS protocols
  29.                      Full NetBIOS or partial (not shown)
  30.                      VGA
  31.                      1 MB of Motherboard Memory
  32.                      3COM Etherlink/MC network adapter
  33.  
  34. *** Caveats:
  35.  
  36.    On 3COM's 3+ network operating system, if full NetBIOS must be 
  37.    loaded high, you must use NetBIOS 1.2.1H, available for 3+
  38.    customers from 3COM by dialing XXX-XXX-XXXX.
  39.    (This module is included with 3COM 3+Open systems)
  40.  
  41. INSTALLATION AND CONFIGURATION PROCEDURE - Configuration 1.
  42.  
  43. 1) Install the ALL Chargecard hardware per instructions. Follow
  44.    the instructions very carefully.
  45.  
  46. 2) Use the IBM PS/2 Model 30-286 or 50/60 Reference diskette to move
  47.    the Packet Buffer RAM of the EtherLink/MC card to address 
  48.    C000-C5FF.
  49.  
  50. 3) Add
  51.    device=<path>\allemm4.sys /RAM /FR=NONE /X=C000-C5FF /EXT=64
  52.    
  53.    line to config.sys. Do not load any Network drivers high at 
  54.    this time.
  55.  
  56.    /RAM - tells allemm4 to find any available logical RAM between
  57.           640K and 1MB. On a 286 PS/2, VGA memory (A000-AFFF, and
  58.           B000-BFFF) is not available, neither is ROM BIOS memory
  59.           (RAM will give you useable memory between B000 and B7FF
  60.            if it is free)
  61.  
  62.    /X=C000-C5FF - excludes the 24K RAM Packet buffer area of the 
  63.                   EtherLink/MC card. This leaves the largest 
  64.                   contiguous area (104K) available (C600-DFFF)
  65.  
  66.    /EXT=64      - Reserves the first 64K of extended memory (above
  67.                   1MB) for use by himem.sys. Note ALL Computers 
  68.                   have developed their own XMS driver to replace 
  69.                   himem.sys. (Release date 15th March 1989)
  70.  
  71. 4) Install Windows/286, telling it that extended and expanded memory
  72.    are available.
  73.  
  74. 5) Add remaining lines to config.sys and autoexec.bat per the 
  75.    appropriate config and autoexec files. The first line of 
  76.    config.sys MUST be "device=himem.sys". (If you are using the
  77.    ALL Computers XMS driver, use as instructed) The second line
  78.    of the config.sys MUST be the "device=<path>\allemm4.sys..." 
  79.    line. The remaining "device=..." lines are in autoexec.bat. 
  80.    ALL's operating software includes its own "device", "files",
  81.    "buffers", and "lastdriv" commands. That's why these are in the 
  82.    autoexec.bat rather than the config.sys.
  83.  
  84.    The ALLOAD command loads COM and EXE files high
  85.  
  86.    3+Open only: In the \3open\doswksta\lanman\lanman.ini file,
  87.    find the line containing the "redir" command. Add to the front
  88.    of it the full path to the ALLOAD command:
  89.    i.e. \<path>\alload redir .....
  90.  
  91. 6) At this point you may want to experiment with loading drivers in 
  92.    different spots to obtain best fit; you may also use the PS/2
  93.    reference disk to move the location of the Packet Buffer RAM. 
  94.    Don't forget to change the /X=...parameter of the 
  95.    "device=allemm4.sys...." line of the config.sys to reflect the
  96.    new location. Use the alload, device, or examem commands 
  97.    interactively with no parameters to look at how memory is used.
  98.  
  99.    Useful parameters to load drivers in different places are:
  100.  
  101.    device /LM - loads driver into low memory (below 640K)
  102.    device /AF - Assigns (loads) driver into First available segment
  103.    device /AT - Assigns (loads) driver into starting from top of
  104.                 memory
  105.    alload /sg:xxxx - loads EXE or COM file to specific loacation
  106.  
  107. *** Experiments have shown that spp.sys wants to be loaded first
  108.     using the /AF command. The order of the other device drivers 
  109.     does not matter, but the included autoexec.bat were designed 
  110.     to obtain best fit.
  111.  
  112.  
  113. INSTALLATION AND CONFIGURATION PROCEDURE - Configuration 2
  114.  
  115. This is exactly the same as Configuration 1 except that your 
  116. config.sys first line should be as follows:
  117. device=<path>\allemm4.sys /RAM /FR=NONE /X=C000-C5FF
  118.  
  119. You are not running Windows, so you do not need device=himem.sys
  120. or ALL Computers XMS driver.
  121.  
  122. ----------------------------------------------------------------
  123. Configuration 1.
  124. Example 3+ Open Workstation Autoexec and Config files
  125.  
  126. AUTOEXEC.BAT File:
  127.  
  128. REM 3+Open DOS LAN Manager 1.0
  129. REM PS/2 Model 30-286, 50, 50Z, or 60 w/ 1MB of RAM & DOS 3.3
  130. cd \all\util
  131. REM spp.sys must be loaded first into the first segment
  132. device /AF =\3open\doswksta\lanman\drivers\spp.sys
  133. device /LM =\3open\doswksta\lanman\drivers\pro.sys 12 20 2
  134. device =\3open\doswksta\lanman\drivers\buf.sys
  135. device /LM =\3open\doswksta\lanman\drivers\eth523.sys
  136. device =\3open\doswksta\lanman\drivers\idp.sys
  137. device /LM =\3open\doswksta\lanman\drivers\lgl.sys -m50
  138. rem files=20
  139. rem buffers=20
  140. rem lastdrive=z
  141. cd \
  142.  
  143. REM 3+Open DOS LAN Manager 1.0 Beta 
  144.  
  145. break on
  146. prompt = $p$g
  147. set home_server=dark_overlord
  148. set home_server_security=user
  149. set screen=color.ini
  150.  
  151. REM initialize network
  152.  
  153. path=\3open\doswksta\lanman\drivers
  154. runminds mindspro mindsbuf mindseth mindsidp mindsspp mindslgl
  155.  
  156. REM load netbios and minses high
  157.  
  158. cd \3open\doswksta\lanman\drivers
  159. if errorlevel 1 goto Error_Netbios
  160. \all\util\alload netbios
  161. if errorlevel 1 goto Error_Netbios
  162. \all\util\alload /LM minses12
  163. if errorlevel 1 goto Error_Netbios
  164. cd \
  165.  
  166. path=\3open\doswksta\lanman
  167.  
  168. net start workstation
  169.  
  170. if errorlevel 1 goto Error_Workstation
  171.  
  172. :Do_Logon
  173. net logon
  174. if errorlevel 1 goto Error_logon
  175.  
  176. net use e: \\%home_server%\dosapps
  177. if errorlevel 1 goto Error_Use
  178.  
  179. net use
  180. REM Next line gets "out of environment space" error
  181. REM path=c:\3open\doswksta\lanman;e:\;e:\dosman;
  182. REM since no path to e:\dosman, specify it.
  183. REM manager %screen%
  184. goto end
  185.  
  186. :Error_Netbios
  187. echo Network startup failed - startup abort
  188. goto Error_End
  189. :Error Workstation
  190. echo Problem starting workstation - startup aborted
  191. goto Error_End
  192. :Error_logon
  193. echo Problem with logon
  194. echo Press Ctl-Break to Exit or any other key to continue
  195. pause
  196. goto Do_logon
  197. :Error_use
  198. echo Unable to link to DOS application directory
  199. net logoff
  200. :Error_End
  201. cd \
  202. :End
  203. set username=
  204. set home_server=
  205. set home_server_security=
  206. set screen=
  207. REM Set path here now that environment space if free
  208. path=C:\3open\doswksta\lanman;e:\;e:\dosman;
  209.  
  210. ***********************************************************
  211.  
  212. CONFIG.SYS file:
  213. DEVICE=\all\util\ALLEMM4.SYS RAM FR=NONE X=C000-C5FF EXT=64
  214. FILES=20
  215. BUFFERS=20
  216. LASTDRIVE=Z:
  217.  
  218. ------------------------------------------------------------
  219. Configuration 1.
  220. Example 3+ Workstation Autoexec and Config files
  221.  
  222. AUTOEXEC.BAT file:
  223.  
  224. CD \3DRIVERS
  225. \all\util\device /AF =spp.sys
  226. \all\util\device =pro.sys 12 2 2 
  227. \all\util\device =buf.sys
  228. \all\util\device /LM =eth523.sys
  229. \all\util\device =idp.sys
  230. \all\util\device =lgl.sys
  231. \all\util\files=20
  232. \all\util\buffers=20
  233. \all\util\lastdrive=z
  234.  
  235. echo off
  236. echo 3+ Workstation Startup batch file - Ver. 1.3.1
  237.  
  238. runminds mindspro mindsbuf mindseth mindsidp mindsspp mindslgl
  239. cd \
  240. \all\util\alload netbios 5 4 4
  241. \all\util\alload /LM minses12
  242. \all\util\alload msredir /s:5 /z:4096 /1:6
  243.  
  244. cd\
  245. setname bills
  246. prompt = $p$g
  247. path d:\;d:\dos33;d:\menus;e:\;g:\
  248.  
  249. ************************************************************
  250.  
  251. CONFIG.SYS file:
  252. DEVICE=HIMEM.SYS
  253. DEVICE=\ALL\UTIL\ALLEMM4.SYS RAM FR=NONE X=C000-C5FF EXT=64
  254.  
  255. -------------------------------------------------------------
  256. *************************************************************
  257. Configuration 2 is exactly the same as above but without 
  258. Device=Himem.sys or EXT=64 in the Config.sys file
  259. *************************************************************
  260. -------------------------------------------------------------
  261.  
  262. Further Examples:
  263.  
  264. Example 1: IBM PS/2 50 VGA Token Ring Adapter Card with 3270 
  265.            Connection Adapter running 3COM - Usable DOS available
  266.            672K after 3COM and the 3270 emulator have loaded high.
  267.  
  268.            The Token Ring Adapter Card ROM and RAM were set using
  269.            the Reference Disk to C800-CDFF (see Token Ring file
  270.            on this disk on Token Ring card settings)
  271.  
  272.            TIPS: With VGA & EGA we can steal 32K from the Video
  273.                  Buffer  at B000-B7FF. 
  274.                  In some machines we can steal another 32K at
  275.                  F000-F7FF. (You cannot do this in a PS/2) 
  276.                  With  this particular example, the user did not
  277.                  want High Resolution Graphics so we were able to
  278.                  include the 92k from A000-B7FF. (see CONFIG.SYS
  279.                  below)
  280.  
  281. CONFIG.SYS
  282.  
  283. files=20
  284. buffers=20
  285. lastdrive=g:
  286. device=allemm4.sys x=c800-cdff fr=none i=a000-b7ff ram
  287.  
  288. NOTE: i=a000-b7ff can be used because this user was not using 
  289.       High  Resolution  Graphics,  if  you  are  using  High  Res 
  290.       Graphics then you should use i=b000-b7ff
  291.  
  292.       fr=none basically says that you haven't got an EMS page
  293.       frame, if you need an EMS pageframe then you should leave
  294.       this out and the ALL Chargecard will automatically 
  295.       default to giving you a 64k Page Frame
  296.  
  297.       x=c800-cdff excludes the Token Ring adapter card ROM and
  298.       RAM which have been set to these locations by the Reference
  299.       Disk  - (look in the Token Ring file for info on Token
  300.       Ring Adapter settings)
  301.  
  302.       The ALL Chargecard automatically excludes the 3270
  303.       Connection Adapter RAM between CE00-CFFF
  304.  
  305.       Files and Buffers have been left in the Config.sys because
  306.       with 3COM, the Network Card ROM & RAM, the 3270 emulator
  307.       all high, there wasn't enough space for them up there.
  308.       Normally you would load them through your Autoexec.bat
  309.       file.
  310.  
  311.  
  312. AUTOEXEC.BAT
  313.  
  314. echo off
  315. device /AF =spp.sys
  316. device /AT =pro.sys 12 2 2
  317. device /AT =buf.sys
  318. device /AL =tokibm.sys
  319. device /AT =idp.sys
  320. device /AL =lgl.sys
  321. runminds mindspro mindsbuf mindseth mindsidp mindsspp mindslgl
  322. alload /sg:d400 nb
  323. MINSES
  324. msredir /z:4096
  325. set comspec=c:\command.com
  326. setname $$com$$
  327. prtsc
  328. if exist start.bat start
  329.  
  330. NOTE:   If you are using a IBM Token Ring Card with the IBM 3270
  331.         Connection Adapter, their position in the BUS is critical.
  332.         The IBM 3270 Connection Adapter should be in Slot 1 
  333.         (nearest the outside casing), the IBM Token Ring Card
  334.         should be in Slot 2 next door to it.     
  335. TIPS
  336. ----
  337.         In your Config.sys, if you are using a Clone Machine, 
  338.         there is the possibility of stealing some more memory 
  339.         from the F segment by using i=f000-f7ff in your
  340.         ALLEMM4.SYS statement - it is worth trying 
  341.  
  342.         If in trouble go back to basics. 
  343.  
  344.         Start with only DEVICE=ALLEMM4.SYS RAM in your 
  345.         Config.sys file, nothing else.
  346.         Then after booting up, use ALLOAD <cr> from your command
  347.         line to observe High memory.
  348.  
  349.         Then one by one load the software high, using Alload
  350.         and Examem to see what you have done. Some software won't
  351.         run high, so load it low.
  352.  
  353.         Unfortunately trial and error tend to produce the optimum
  354.         system. Generally people make mistakes like not excluding 
  355.         their network card ROM & RAM or trying to load software
  356.         where there is no free memory or NOT READING THE 
  357.         MANUAL or READ.ME file on the disk. 
  358.